InstrumentType
The type of instrument reading desired, used in the Instrument
part.
It can be any of the following strings: "Speed"
, "AngularSpeed"
, "Temperature"
, "Time"
, "Power"
, "Size"
, "Position"
, "TemperatureF"
, "Orientation"
, "TemperatureC"
, "AirTemperatureF"
, "AirTemperatureC"
.
Luau Type
This is the luau type for InstrumentType
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type InstrumentType = "Speed" | "AngularSpeed" | "Temperature" | "Time" | "Power" | "Size" | "Position" | "TemperatureF" | "Orientation" | "TemperatureC" | "AirTemperatureF" | "AirTemperatureC"